/* 移动端基础重置 */
/* 手机响应式 (768px以下) */
@media screen and (max-width: 768px) {
	*, *::before, *::after {
	    box-sizing: border-box !important;
	}
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
	.tl {
		margin: 0;
	}
    .t1-tl, .tl {
        padding: 10px 15px;
    }
    .t1-tl a img, .tl a img {
        width: 140px;
        height: auto;
    }
    .tt {
        margin: 10px 0 0 0;
    }
    .tt img {
        max-width: 100%;
        height: auto;
    }
    .t1-tm {
        padding: 10px 0;
    }
    .t1-tm li {
        margin: 8px 10px;
        font-size: 14px;
    }
    .ti0 {
        height: auto;
    }
    .ti0 li {
        width: 48%;
        min-width: 0;
        margin: 0;
        padding: 8px 2px;
        box-sizing: border-box;
    }
    .ti0 li img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        display: block;
    }
    .ti0 li a {
        font-size: 14px;
    }
    .ti00 li, .ti000 li, .pl1p li, .pl2p li {
        width: 100%;
        min-width: auto;
        float: none;
        display: inline-block;
        margin: 10px 5px;
    }
    .ti00 li img, .ti000 li img, .pl1p li img, .pl2p li img {
        width: 100%;
        max-width: 288px;
        height: auto;
    }
    .tiq1mig img {
        width: 100%;
        height: auto;
    }
    .tiq1p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .tiqt1 {
        padding: 15px 10px;
    }
    .tiqt1 p {
        font-size: 14px;
    }
    .tiqt2 {
        font-size: 14px;
    }
    .tih1 {
        height: auto;
        min-height: 300px;
    }
    .tih1 h2 {
        margin-top: 40px;
        font-size: 20px;
    }
    .tihc li {
        width: 95%;
        max-width: 350px;
        height: auto;
    }
    .tihc li img {
        width: 100%;
    }
    .tihcd {
        width: 100%;
        height: auto;
    }
    .tihcdd {
        width: 90%;
    }
    .tiinf1000 h3 {
        font-size: 16px;
        width: 100%;
    }
    .tiinf1000 p {
        font-size: 14px;
    }
    .tiinf350 li {
        width: 100%;
    }
    .tinn li a {
        width: 100%;
        font-size: 14px;
        padding-left: 10px;
    }
    .tinn li span {
        display: none;
    }
    .tipro500 h1, .tipro500a h1 {
        font-size: 18px;
    }
    .tipro500 p, .tipro500a p {
        width: 90%;
        margin-left: 5%;
        font-size: 14px;
        line-height: 30px;
    }
    .tipro500, .tipro500a {
        min-height: 200px;
    }
    .tipro500b {
        min-height: 200px;
    }
    .tipro500b a {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
    }
    .pl1p li a, .pl2p li a {
        width: 100%;
        max-width: 288px;
        font-size: 14px;
    }
    .pl1t li {
        height: auto !important;
    }
    .pl1t li a {
        font-size: 14px;
        padding: 0 15px;
    }
    .pl3p2 {
        height: auto;
    }
    .pl3p2 span {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .pl4p li {
        height: auto;
        background: none;
    }
    .pl4p li a, .pl4p li span {
        float: none;
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .bd1, .bd2, .bd3 {
        font-size: 14px;
    }
    .bd2 {
        line-height: 22px;
    }
    .yl {
        padding: 20px 10px;
        font-size: 11px;
    }
    .bq {
        font-size: 12px;
    }
    .button25850a[style] {
        width: 90% !important;
        max-width: 300px !important;
        display: block !important;
        margin: 20px auto !important;
    }
    .plmore1 {
        width: 130px;
        height: 30px;
        line-height: 30px;
        text-indent: 35px;
        font-size: 14px;
    }
    .def-list {
            width: 100% !important;
            font-size: 14px;
            display: block;
            overflow-x: auto;
        }
        .def-list-title,
        .def-list-header,
        .def-list-row {
            display: flex;
            flex-wrap: nowrap;
        }
        .def-list-title {
            justify-content: center !important;
            text-align: center !important;
        }
        .def-list-cell {
            min-width: 0 !important;
            padding: 8px 4px;
            font-size: 11px;
            text-align: center !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            flex: 1 !important;
        }
        /* 覆盖PC端所有固定列宽规则 */
        .def-list.two-col .def-list-cell,
        .def-list.three-col .def-list-cell,
        .def-list.four-col .def-list-cell,
        .def-list.five-col .def-list-cell,
        .def-list.seven-col .def-list-cell,
        .def-list.eight-col .def-list-cell,
        .def-list.twelve-col .def-list-cell {
            flex: 1 !important;
        }
	
	/* 11. 覆盖HTML width属性导致的溢出 */
	img[width], video[width] {
	    max-width: 100% !important;
	    height: auto !important;
	}
	
	/* 12. 电话图片特殊处理 */
	.tt img {
	    max-width: 100% !important;
	    height: auto !important;
	}
}

/* ============================================
   768px及以下屏幕适配（优化合并版）
   ============================================ */
@media screen and (max-width: 768px) {
    /* 移动端首页图片 */
    .mobile-banner {
        display: block !important;
        width: calc(100% - 30px);
        height: auto;
        margin: 15px;
        border-radius: 12px;
    }

    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    /* li元素垂直布局 */
    .ti00 li, .pl1p li, .pl2p li {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        height: auto !important;
    }

    /* a标签内部垂直布局 - V20使用display:block让div自然垂直排列 */
    .ti00 li a, .pl1p li a, .pl2p li a {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* 强制br标签换行 */
    .ti00 li a br, .pl1p li a br, .pl2p li a br {
        display: block !important;
        content: "" !important;
        height: 8px !important;
    }

    /* 产品图片div样式 V19 */
    .ti00 li a .product-img, .pl1p li a .product-img, .pl2p li a .product-img {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    /* 产品标题div样式 V19 */
    .ti00 li a .product-title, .pl1p li a .product-title, .pl2p li a .product-title {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
        font-size: 14px;
    }

    /* ============================================
    全局重置
    ============================================ */
    body {
        width: 100%;
        min-width: 320px;
        font-size: 14px;
        overflow-x: hidden;
    }

    /* 隐藏PC端元素 */
    .tt, .tiqt1, .plcontactbg1 {
        display: none !important;
    }

    /* 顶部区域重构 */
    .t1 {
        height: auto;
        min-height: 60px;
        padding: 0;
        background: none !important;
    }

    .t1-tl,.tl {
        width: 100%;
        height: auto;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 15px;
        justify-content: center;
    }

    .t1-tl a img, .tl a img {
        width: 200px !important;
        height: 50px !important;
        display: block;
        margin: 0;
    }

    /* 移动端电话按钮 */
    .mobile-tel {
        display: block !important;
        width: 90%;
        max-width: 300px;
        margin: 10px auto 0;
        padding: 0;
        background: linear-gradient(#ffaa00, #ff9600);
        border-radius: 25px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }

    /* 汉堡菜单按钮 */
    .hamburger {
        display: block !important;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 1001;
        width: 44px;
        height: 44px;
        background: #ff9900;
        border-radius: 8px;
        cursor: pointer;
        padding: 10px;
        box-sizing: border-box;
    }

    .hamburger span {
        display: block;
        width: 24px;
        height: 3px;
        background: #fff;
        margin: 5px auto;
        transition: all 0.3s;
        border-radius: 2px;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }

    /* 移动端导航菜单 */
    .t1-tm {
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100%;
        background: #16263e;
        z-index: 1000;
        margin: 0;
        overflow-y: auto;
        transition: right 0.3s ease;
        padding-top: 70px;
    }

    .t1-tm.active {
        right: 0;
    }

    .t1-tm li {
        float: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #2a3a5a;
    }

    /* 导航链接特殊处理 */
    .t1-tm li a {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        text-align: left;
        color: #fff;
        min-height: auto;
    }

    .t1-tm li a:hover {
        background: #2a3a5a;
        color: #ff9900;
    }

    .pl3p1 {
        margin: 20px 0 !important;
        width: 100% !important;
    }

    /* 遮罩层 */
    .mobile-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .mobile-overlay.active {
        display: block;
    }

    /* 主容器宽度调整 */
    .t, .ti, .tih, .ti0, .ti00, .ti000, .tbg, .tm, .tiq1, .tiq2, .tiqt, .tiqt1, .tiinf, .tiinf1000, .tiinf800,
    .mbx, .tipro, .tipro800, .tipro500, .tipro500a, .tipro500b, .ticase, .plbg, .pl1p, .pl2p, .pl3p, .pl4p,
    .plcontactbg1, .plcontactbg300a, .tin, .tinn, .bd, .yl, .bq, .plbgtcl {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 页面标题区域 */
    .ti {
        padding: 0 15px 30px 15px;
        box-sizing: border-box;
    }

    .tit {
        height: auto;
        margin: 20px 0 0 0;
        padding: 20px 0;
    }

    .tit h1 {
        font-size: 20px;
        line-height: 1.4;
        padding: 0 10px;
        text-align: center;
    }

    .tit p {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 20px !important;
        text-align: center;
        text-indent: 0;
        margin: 10px 0 !important;
    }

    .tip {
        padding: 50px 0 30px 0;
    }

    .tip h2 {
        font-size: 18px;
        line-height: 1.4;
        padding: 0 10px;
    }

    /* 页面描述文字边距对称 */
    .tip p {
        font-size: 14px;
        padding: 0 15px !important;
        text-indent: 0;
        margin: 10px 0 !important;
    }

    /* 产品图标网格 - 移动端单列或双列 */
    .ti0 {
        height: auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .ti0 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ti0 li {
        width: 48%;
        max-width: none;
        height: auto;
        float: none;
        padding: 8px 2px;
        margin: 0;
        box-sizing: border-box;
    }
    
    .ti0 li img {
        width: 120px !important;
        height: 120px !important;
        margin: 0 auto;
        display: block;
    }

    .ti0 li a:not(:first-child) {
        display: block;
        font-size: 14px;
        text-align: center;
        margin-top: 5px;
    }

    /* 列表整体居中 */
    .ti00 ul, .pl1p ul, .pl2p ul {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .ti00 li img, .pl1p li img, .pl2p li img {
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        height: auto !important;
        max-width: 200px !important;
        margin: 0 auto !important;
        display: block !important;
        object-fit: cover !important;
        border-radius: 6px !important;
    }

    /* 将a标签设为flex容器，实现图片在上、标题在下的垂直布局 */
    .ti00 li > a, .pl1p li > a, .pl2p li > a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 200px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    /* 确保a标签内的图片样式正确 */
    .ti00 li > a img, .pl1p li > a img, .pl2p li > a img {
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        height: auto !important;
        max-width: 200px !important;
        margin: 0 auto !important;
        display: block !important;
        object-fit: cover !important;
        border-radius: 6px !important;
    }

    /* 处理a标签内的文字（通过br分隔的情况） */
    .ti00 li > a > br, .pl1p li > a > br, .pl2p li > a > br {
        display: block !important;
        content: "" !important;
        margin: 8px 0 !important;
    }

    /* 公司介绍区块 */
    .tiq {
        height: auto;
        padding: 50px 0 100px 0;
    }

    .tiq1 {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tiq1mig {
        width: 90% !important;
        max-width: 100% !important;
        margin: 0 auto 15px !important;
        float: none !important;
        height: auto !important;
		border-radius: 8px;
    }

    /* 公司介绍区块边距对称 */
    .tiq1p {
        width: 100%;
        height: auto;
        margin: 15px !important;
        float: none;
        font-size: 14px;
        line-height: 1.8;
        text-align: left !important;
        padding: 0 15px !important;
        box-sizing: border-box;
    }

    .tiq1p .plmore {
        display: block;
        width: 100% !important;
        max-width: 250px;
        margin: 20px auto 0;
        text-align: center;
    }

    /* 背景横幅 */
    .tbg {
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: center;
    }

    /* 视频区域 */
    .tih {
        padding: 0 0 0 0;
        margin-top: 50px !important;
    }

    .tihv {
        margin: 20px 0 60px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .tihv video {
        width: 100%;
        max-width: 755px;
        height: auto;
    }

    /* 案例展示卡片 */
    .tihc {
		width: 100% !important;
		max-width: 100% !important;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .tihc li {
        width: 100% !important;
        max-width: 400px;
        height: auto !important;
        float: none;
        margin: 30px auto 20px !important;
    }

    .tihc li img {
        width: 100% !important;
        height: auto !important;
        margin: 0;
    }

    .tihcd {
        width: 100% !important;
        height: auto;
        padding: 0;
    }

    .tihcdd {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .tihca {
        font-size: 14px;
        display: block;
        text-align: center;
    }

    .tih1 {
        padding: 20px 30px 30px;
        box-sizing: border-box;
    }

    /* 新闻和技术问答 - 移动端单列 */
    .tin {
        flex-direction: column;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .tinn {
        width: 100% !important;
        margin: 30px 0 0 0 !important;
        float: none;
    }

    .tinn h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .tinn li {
        display: flex;
        flex-direction: column;
        padding: 0;
        border-bottom: 1px dashed #ddd;
    }

    /* 新闻列表单列显示 */
    .tinn ul {
        display: block !important;
        grid-template-columns: none !important;
    }

    /* 新闻列表文字边距 */
    .tinn li a {
        width: 100%;
        padding-left: 0 !important;
        font-size: 0.875rem;
        text-indent: 2rem;
        float: none;
        display: block;
        background: url(/images/dor_orange.gif) left center no-repeat;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 30em;
        color: #333;
        margin-left: 0 !important;
    }

    /* ============================================
    产品详情页布局 - V7修复
    ============================================ */
    .tipro {
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 0;
        box-sizing: border-box;
    }

    .tiproZTh1 {
        display: none;
    }

    .tipro800 {
        width: 100% !important;
        margin: 0;
        padding: 0;
        float: none;
        box-sizing: border-box;
    }

    .tipro800 img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* V7修复：移除背景图片和浅灰色背景 */
    .tipro500, .tipro500a, .tipro500b {
        width: 100% !important;
        height: auto;
        margin: 0 !important;
        padding: 15px !important;
        float: none;
        box-sizing: border-box;
        background-image: none !important;
        background: transparent !important;
        border-radius: 0;
    }

    .tipro500 img, .tipro500a img, .tipro500b img {
        width: 100%;
        height: auto;
    }

    .tipro500b li {
        width: 30%;
        min-width: 80px;
        height: auto;
        margin: 5px;
    }

    .tipro500b a {
        width: 100%;
        height: auto;
        padding: 15px 5px;
        line-height: 1.4;
        font-size: 14px;
    }

    /* V7修复：标题居中 */
    .tipro500 h1, .tipro500a h1 {
        font-size: 18px;
        line-height: 1.4;
        padding: 15px 15px;
        margin: 0;
        color: #000 !important;
        text-align: center !important;
        box-sizing: border-box;
    }

    /* V7修复：对称边距 */
    .tipro500 p, .tipro500a p {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 1.6;
        margin: 8px 0;
        padding: 12px 15px;
        box-sizing: border-box;
        background: #f0f4f8;
        border-radius: 6px;
        text-align: left;
        color: #333;
    }

    /* ============================================
    信息区域 - V7修复
    ============================================ */
    .tiinf {
        flex-direction: column;
        padding: 0;
    }

    .tiinf1000 {
        width: 100% !important;
        margin: 30px 0 0 0 !important;
        padding: 0 15px;
        float: none;
        box-sizing: border-box;
    }

    /* V7修复：产品介绍图片左右边距对称 */
    .tiinf1000 img, .tiinf1000 video {
        width: calc(100% - 30px) !important;
        margin: 20px 15px;
        padding: 0;
        box-sizing: border-box;
    }

    .tiinf1000 h3 {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }

    .tiinf1000 p {
        font-size: 14px;
        padding: 0 20px;
        margin: 5px 0;
        text-align: left;
    }

    /* V7修复：tiinf800区域边距对称 */
    .tiinf800 {
        width: 100% !important;
        margin: 30px 0 0 0 !important;
        padding: 0 15px;
        float: none;
        box-sizing: border-box;
    }

    .tiinf800 h1 {
        font-size: 20px;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .tiinf800 h2 {
        font-size: 16px;
        margin: 25px 0 15px 0;
        text-align: center;
    }

    /* V7修复：产品介绍文字段落边距对称 */
    .tiinf800 p {
        font-size: 14px;
        line-height: 1.7;
        padding: 0;
        margin: 12px 0;
        word-wrap: break-word;
        word-break: break-all;
        overflow-wrap: break-word;
        text-align: left;
    }

    /* V7修复：产品介绍图片边距对称 */
    .tiinf800 img {
        width: calc(100%) !important;
        margin: 20px 0;
        padding: 0;
        box-sizing: border-box;
        display: block;
    }

    /* 底部服务栏 - 移动端适配 */
    .tiqt {
        width: 100% !important;
        height: auto !important;
        min-height: 80px;
        padding: 15px 10px;
        box-sizing: border-box;
        background: #16263e !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tiqtp {
        width: 100% !important;
        padding: 10px !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        color: #DDDDDD !important;
        text-align: center !important;
        letter-spacing: 0 !important;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal !important;
    }

    .tiinf350 {
        width: 100% !important;
        margin: 30px 0 !important;
        float: none;
    }

    .tiinf350h2bga {
        background: none !important;
    }

    .tiinf350 h2 {
        width: 100%;
        background: none !important;
        text-align: center;
        height: auto;
        padding: 15px 0 10px 0;
        border-bottom: 1px solid #19263e;
        margin: 0 10px 10px 10px;
    }

    .tiinf350 li {
        width: 100% !important;
        height: auto !important;
        float: none;
    }

    .tiinf350 li img {
        width: 100% !important;
        height: auto !important;
        margin: 10px 0;
    }

    /* V22: tiinf350设备目录垂直布局 */
    .tiinf350 ul {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 0 10px !important;
        border-left: none !important;
    }

    .tiinf350 li a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
    }

    .tiinf350 li a .product-img {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .tiinf350 li a .product-title {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: 0 !important;
    }

    /* V27: tiinf350最多显示8个产品 */
    .tiinf350 li:nth-child(n+9) {
        display: none !important;
    }

    /* 移动端隐藏相关设备推荐和热处理技术 */
    .tiinf350 .related-products-title,
    .tiinf350 .related-products-title + ul,
    .tiinf350 .tiinf350h2bga,
    .tiinf350 .ulleft {
        display: none !important;
    }

    /* 案例页面 */
    .ticase {
        padding: 0 15px;
    }

    .ticase h2 {
        font-size: 18px;
        color: inherit;
    }

    .ticase>p {
        font-size: 14px;
    }

    /* 面包屑导航 - 移动端隐藏 */
    .mbx {
        display: none !important;
    }

    /* 产品类别按钮 */
    .pl1t li {
        height: auto !important;
        width: 100% !important;
        float: none !important;
        margin: 5px 0 !important;
        padding: 0 !important;
    }

    .pl1p>.pl1t>li>a,
    .pl2p>.pl1t>li>a,
    .pl1t li a {
        display: block !important;
        width: 90% !important;
        max-width: 300px !important;
        margin: 5px auto !important;
        text-align: center !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
        font-size: 0.875rem;
    }

    /* 按钮样式优化 */
    .button25850a, .plmore, .plmore1, .pl3p2>span>a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90% !important;
        max-width: 300px;
        margin: 30px auto 10px auto !important;
        text-align: center;
        font-size: 14px;
        box-sizing: border-box;
    }

    /* 联系信息区域 */
    .plcontactbg1 {
        height: auto;
        padding-bottom: 30px;
        background-size: cover;
        background-position: center;
    }

    .plcontactp1, .plcontactp300a-1 {
        font-size: 20px !important;
        padding: 30px 15px 0 !important;
        text-align: center;
    }

    .plcontactp2, .plcontactp3, .plcontactp5, .plcontactp300a-2 {
        font-size: 16px !important;
        padding: 20px 15px 0 !important;
        text-align: center;
    }

    .plcontactp4 {
        font-size: 22px !important;
        margin: 30px 0 0 0 !important;
        text-align: center;
        padding: 0 15px;
    }

    /* 底部区域 */
    .b {
        height: auto;
        padding: 0;
    }

    .bd {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 15px 0 15px;
    }

    .bd1 {
        width: 100%;
        height: auto;
        border-right: none;
        margin: 20px 0;
        text-align: center;
        float: none;
    }

    .bd1 img {
        width: 150px;
        height: auto;
    }

    /* 底部联系信息边距对称 */
    .bd2 {
        width: 100%;
        height: 120px;
        border-right: none;
        margin: 0 !important;
        float: none;
        text-align: center;
        font-size: 14px;
        line-height: 1.8;
        padding: 0 15px !important;
    }

    .bd3 {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
		margin-bottom: 25px;
    }

    .bd3 img {
        width: 100px;
        height: auto;
    }

    /* 版权信息 */
    .by, .by1 {
        height: auto;
        min-height: 60px;
        padding: 10px 0 10px 0;
    }

    .yl {
        width: 100%;
        height: auto;
        padding: 0 15px 15px;
        text-align: center;
        border-bottom: none;
        font-size: 14px;
        display: none !important;
    }

    /* 版权信息边距对称 */
    .bq {
        width: 100%;
        height: auto;
        padding: 10px 15px !important;
        font-size: 0.6875rem;
        text-align: center;
    }

    .bq a {
        display: inline !important;
        min-height: auto !important;
        margin: 0 3px;
    }

    /* 返回顶部按钮 */
    #myBtn {
        width: 44px;
        height: 44px;
        right: 15px;
        bottom: 20px;
    }

    /* 图片样式优化 */
    img {
        max-width: 100%;
        height: auto;
    }

    .pl3p {
        height: auto;
        margin-top: 30px !important;
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    .pl3p > div {
        float: none !important;
        width: 100% !important;
    }

    .pl3p img {
        width: 100%;
        height: auto;
    }

    .pl3p2 {
        width: 100% !important;
        height: auto !important;
        margin: 20px 0 0 0 !important;
    }

    .pl3p2 span {
        width: 100%;
        margin: 15px 0;
        text-align: center;
        padding: 0 20px;
        display: block;
        line-height: 1.8;
    }

    .pl3p2 > span > a {
        margin: 0 auto !important;
    }

    /* 产品详情页文字段落 */
    .pl3pp {
        padding: 15px;
        font-size: 14px;
        line-height: 1.7;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    /* 联系方式页面 */
    .pl5 {
        height: auto;
        padding: 40px 15px;
        background-size: cover;
        background-position: center;
    }

    .pl5 p {
        margin-left: 0;
        text-align: center;
        height: auto;
        padding: 0;
    }

    /* 防止iOS缩放 */
    input, textarea, select {
        max-width: 100%;
        font-size: 16px;
    }

    /* 链接触控优化 */
    a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    li a, .ti0 li a:not(:first-child) {
        min-height: auto;
    }

    /* 分页样式 */
    .fenye, .page {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0;
    }

    .fenye a, .page a {
        padding: 10px 15px;
        margin: 5px;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 招聘页面 */
    .job-table, .job-content {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /* 证书页面 */
    .certificate-list {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    /* 视频容器 */
    video {
        max-width: 100%;
        height: auto;
    }

    /* 隐藏不必要的PC端元素 */
    .pc-only {
        display: none !important;
    }

    button,
    .hamburger,
    .mobile-tel,
    a[href],
    input[type="checkbox"],
    input[type="radio"],
    select {
        min-height: 44px;
        min-width: 44px;
    }

    /* 悬浮侧边栏 - 移动端适配 */
    .floating-sidebar {
        right: 15px;
        bottom: 25%;
        gap: 8px;
    }

    /* 移动端按钮稍大，便于触控 */
    .floating-btn {
        width: 35px;
        height: 35px;
    }

    .floating-btn .btn-icon {
        font-size: 18px;
    }

    .floating-btn .btn-text {
        display: none;
    }

    /* 微信弹窗移动端适配 */
    .wechat-modal .modal-content {
        padding: 20px;
        max-width: 95%;
    }

    .wechat-modal .modal-content img {
        max-width: 240px;
    }

    .wechat-modal .close-btn {
        top: -12px;
        right: -12px;
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 32px;
    }

    /* 案例展示页面文字边距 */
    .ticase > p {
        padding: 0 15px !important;
        margin: 10px 0 !important;
    }

    .tech-params-wrapper {
        padding: 0 10px;
        margin: 15px 0;
        overflow-x: visible;
    }

    .tech-params-cards {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        overflow-x: visible;
    }

    .model-card {
        min-width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 10px;
    }

    .model-card:hover {
        transform: none;
    }

    .model-title {
        padding: 12px 15px;
        font-size: 16px;
    }

    .param-row,
    .param-row-alt {
        padding: 8px 12px;
    }

    .param-name {
        font-size: 14px;
        color: #666;
    }

    .param-value {
        font-size: 14px;
    }

    .tech-params-wrapper table {
        display: none !important;
    }

    /* 覆盖旧的img和span样式 */
    .ti00 li > a img, .ti00 li > a .product-img img,
    .pl1p li > a img, .pl1p li > a .product-img img,
    .pl2p li > a img, .pl2p li > a .product-img img {
        width: 100% !important;
        max-width: 200px !important;
        height: auto !important;
        margin: 0 auto !important;
        display: inline-block !important;
        border: 1px #5d7eaa solid;
        border-radius: 5px;
    }

    /* V19新增的.product-img和.product-title样式 */
    .ti00 li > a .product-img,
    .pl1p li > a .product-img,
    .pl2p li > a .product-img {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    /* V21: 强制产品图片和标题垂直排列 */
    .ti00 li a .product-img,
    .pl1p li a .product-img,
    .pl2p li a .product-img {
        display: block !important;
        float: none !important;
        width: 100% !important;
    }

    .ti00 li a .product-title,
    .pl1p li a .product-title,
    .pl2p li a .product-title {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 140px !important;
        margin: 0 auto !important;
    }

    /* V40: pl2底部边距 */
    .pl2 {
        padding-bottom: 30px !important;
    }

    /* V47: pl1底部边距 */
    .pl1 {
        padding-bottom: 50px !important;
    }
	
	.pl1 h2, .pl2 h2 {
	margin: 0 20px;
	}

    .pl1 > p {
        padding: 0 20px;
        text-indent: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .pl2 > p {
        padding: 0 20px;
        text-indent: 0;
    }

    /* V39: 公众号图片下方空白 */
    .tiinf350 > img[alt="汉口电炉公众号"] {
        margin-bottom: 65px !important;
    }

    /* 隐藏公司介绍页背景图片 */
    .combg {
        display: none !important;
    }

    /* 公司介绍页布局修复 */
    .pl1, .pl2 {
        height: auto !important;
        padding: 30px 0 !important;
    }

    .pl3p1 img {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
    }

    /* 在线留言表单移动端适配 */
    .contact-form {
        margin: 20px 15px;
        padding: 20px 15px;
    }

    .form-submit {
        flex-direction: column;
        gap: 10px;
    }

    .submit-btn,
	.reset-btn {
        width: 100%;
    }

}